/* ------- 通用 ------- */
.container {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
}

.boxShadow {
  box-shadow: 0 0 5px #e0e0e0;
  padding: 24px;
  border-radius: 10px;
}

.section {
  margin-bottom: 24px;
}

.toplink {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchField {
  margin-top: 0 !important;
}

.searchField input {
  width: 400px !important;
}

.searchField .btn {
  width: 130px !important;
  letter-spacing: 5px !important;
  margin-left: 10px;
}

.toplink p {
  color: #999;
}

.toplink p b {
  color: #ba2a17;
}

/* 分页 */
.wrap_page {
  width: 100%;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}

.wrap_page li {
  margin-bottom: 10px;
  display: inline-block;
}

.wrap_page li.thisclass {
  padding: 5px 13px;
  font-size: 14px;
  color: #fff;
  background: #ba2a17;
  border: 1px solid #ba2a17;
}

.wrap_page li .pageinfo {
  margin-left: 12px;
}

.wrap_page li .pageinfo strong {
  margin-right: 5px;
  color: #ba2a17;
}

.wrap_page li .pageinfo strong:last-child {
  margin-left: 10px;
}

.wrap_page a {
  display: inline-block;
  margin: 0 5px;
  padding: 4px 11px;
  text-align: center;
  font-size: 14px;
  color: #888;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #ccc;
}

.wrap_page a:hover,
.wrap_page a.active {
  border: 1px solid #ba2a17;
  padding: 4px 11px;
  font-size: 14px;
  color: #888;
}

.wrap_page span {
  color: #666;
  font-size: 14px;
}

.wrap_page span label {
  margin: 0 5px;
  color: #ba2a17;
}

.wrap_page td {
  min-width: 40px;
  width: auto;
}

.wrap_page input[name="PageNo"],
.wrap_page input[name="plistgo"] {
  margin-right: 5px;
  width: 50px !important;
  height: 31px !important;
  text-align: center;
  border: 1px solid #ccc;
}

.wrap_page td b {
  margin: 0 5px;
  color: red;
}

.mobile {
  display: none;
}

/* --------------------------头部 ------------------------------*/
header>div {
  height: 110px;
  width: 100%;
  background: #ba2a17;
}

header>div:first-child>.container {
  position: relative;
  height: 100%;
  background-image: url(../images/header.png);
  background-repeat: no-repeat;
  background-position: 80% 15px;
  /* display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between; */
}

header>div:first-child>.container::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 60px;
  border-radius: 100%;
  /* border-bottom-right-radius: 100%;
    border-bottom-left-radius: 100%; */
  background: #ba2a17;
  left: -30px;
  bottom: -24px;
}

header .logo {
  position: relative;
  top: 10px;
  float: left;
  margin-left: 5px;
}

header>div:first-child>.container>div {
  color: #fff;
  line-height: 2;
  float: right;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

nav>.container {
  padding-left: 140px;
  padding-right: 30px;
}

nav {
  height: 50px;
}

nav ul {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: space-between;
  position: relative;
}

nav ul li {
  height: 100%;
  line-height: 50px;
  position: relative;
}

nav ul li>div {
  display: none;
  position: absolute;
  z-index: 99999;
  /* width: 1030px; */
  /* width: 120px; */
  left: 50%;
  transform: translateX(-50%);
  /* height: 65px; */
  background: #fff;
  color: #222222;
  /* line-height: 65px; */
  /* padding: 0 20px; */
  top: 99%;
  border-top: 1px solid #9f3445;
  opacity: 0.8;
  box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.5), -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  text-align: center;
}

nav ul li>div a {
  /* margin-right: 20px; */
  margin: 10px;
  line-height: 1.5;
  white-space: nowrap;
}

nav ul li>div:empty {
  display: none !important;
}

nav ul li:nth-child(3):hover div,
nav ul li:nth-child(4):hover div,
nav ul li:nth-child(8):hover div,
nav ul li:nth-child(9):hover div,
nav ul li:nth-child(6):hover div {
  display: block;
}

nav ul li:nth-child(7)>div {
  padding-left: calc(64px * 7);
}

nav ul li:nth-child(5)>div {
  padding-left: calc(64px * 5);
}

nav ul li:first-child {
  /* margin-right: -30px;
  margin-top: 5px; */
}

nav ul li:first-child a {
  position: relative;
  padding-left: 30px;
}

nav ul li:first-child a::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background: url(../images/home.png) no-repeat;
  background-size: 100% 100%;
}

/*nav ul li:nth-child(8)>a {
  pointer-events: none;
}

nav ul li:nth-child(6)>a {
  pointer-events: none;
}*/

nav ul li a {
  color: #333;
  font-weight: bold;
  transition: all 0.4s;

}

nav ul li a:hover,
nav ul li a.active,
nav ul li:hover>a {
  color: #ba2a17;
}

/* ---------- banner ----------- */
.banner {
  position: relative;
}

.banner .swiper-slide>a {
  width: 100%;
  min-width: 1200px;
  height: 430px;
  /* height: 380px; */
  /* background-image: url(../images/banner.png); */
  background-position: center 100%;
  display: block;
}

@media screen and (min-width:1920px) {
  .banner .swiper-slide>a {
    background-size: 100% 100%;
  }
}

.banner .swiper-button-next {
  background-image: url(../images/next.png);
  right: calc(50% - 700px);
}

.banner .swiper-button-prev {
  background-image: url(../images/prev.png);
  left: calc(50% - 700px);
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
  z-index: 999;
  width: 60px;
  height: 100px;
  background-size: 100% 100%;
}


.banner1 {
  background-image: url(../images/banner.png) !important;
}

.banner2 {
  background-image: url(../images/banner25_2.jpg) !important;
}

.banner3 {
  background-image: url(../images/banner3.jpg?v=1) !important;
}

.banner4 {
  background-image: url(../images/banner4.jpg?v=1) !important;
}

.banner5 {
  background-image: url(../images/banner5.jpg?v=1) !important;
}

.banner6 {
  background-image: url(../images/banner6.jpg?v=1) !important;
}

/* .banner7 {
  background-image: url(../images/banner7.jpg?v=1) !important;
} */
/* .banner7 {
  background-image: url(../images/banner12.jpg?v=1) !important;
} */

.banner8 {
  background-image: url(../images/banner8.jpg?v=1) !important;
}

/* .banner9 {
  background-image: url(../images/banner9.jpg?v=1) !important;
} */

.banner10 {
  background-image: url(../images/banner10.jpg?v=1) !important;
}

.banner13 {
  background-image: url(../images/banner13.jpg?v=1) !important;
}

.banner14 {
  background-image: url(../images/banner14.jpg?v=1) !important;
}

.banner15 {
  background-image: url(../images/banner15.jpg?v=1) !important;
}

.banner16 {
  background-image: url(../images/banner16.jpg?v=1) !important;
}

.banner17 {
  background-image: url(../images/banner17.jpg?v=1) !important;
}

.banner18 {
  background-image: url(../images/banner18.jpg?v=1) !important;
}

.banner19 {
  background-image: url(../images/banner19.jpg?v=1) !important;
}

.banner20 {
  background-image: url(../images/banner20.jpg) !important;
}



/* SEARCH */
.search {
  background: #fff;
  border-radius: 10px;
  width: 950px;
  margin: 0 auto;
  padding: 20px 45px;
  box-shadow: 0 0 5px #e0e0e0;
  position: relative;
  transform: translateY(-50%);
  z-index: 9999;
  margin-bottom: -50px;
}

.search>p {
  color: #333;
  font-weight: bold;
}

.search>p>a {
  margin: 10px;
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}

.search>p>a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  background: #ba2a17;
  transition: all 0.1s;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1px;
}

.search>p>a:hover::after {
  width: 100%;
}

.search>div,
.searchField {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

#search-keyword {
  margin-right: 20px;
}

.search input,
.searchField input {
  width: 690px;
  height: 55px;
  border-radius: 30px;
  background: #f2f2f2;
  padding: 15px 30px;
  font-size: 1em;
  color: #333;
}

.search .btn,
.searchField .btn {
  height: 55px;
  width: 170px;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  background: #ba2a17;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 15px;
}

/* -----index ----- */
.row {
  display: flex;
  align-items: center;
}

.tag {
  width: 130px;
  height: 60px;
  border-radius: 10px;
  background: #ba2a17;
  line-height: 60px;
  padding-left: 40px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  position: relative;
}

.tag::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(../images/tag1.png);
  background-size: 38px 38px;
  background-position: center;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.brand .tag::before {
  background-image: url(../images/tag2.png);
}

.tag::after {
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ba2a17;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.service .row>div,
.brand .row>div {
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: space-between;
  width: calc(100% - 150px);
}

.service .row>div>a,
.brand .row>div>a {
  display: flex;
  transition: all 0.2s;
}

.service .row>div>a:hover,
.brand .row>div>a:hover {
  opacity: 0.8;
}

/* -------- footer --------- */
footer .link {
  height: 60px;
  background: #757575;
  width: 100%;
  line-height: 60px;
}

footer .dropMenu {
  font-size: 0.9em;
  color: #fff;
  position: relative;
  width: 24%;
  padding-left: 50px;
}

.dropMenu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  background: #757575;
  left: 0;
  color: #f3cb86;
  text-align: center;
  max-height: 200px;
  overflow: auto;
  z-index: 99999;
}

.dropMenu:first-child {
  padding-left: 10px;
}

.dropMenu ul li {
  height: 30px;
  line-height: 30px;
}

.dropMenu ul li a {
  display: block;
}

.dropMenu ul li a:hover {
  opacity: 0.8;
}

footer .dropMenu::before {
  content: '';
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f3cb86;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}

.bangong {
  color: #f3cb86 !important;
  width: 10% !important;
}

.bangong::before {
  display: none !important;

}

footer .dropMenu::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

footer .dropMenu:last-child::after {
  display: none;
}

footer .dropMenu:hover ul {
  display: block;
}

.foot {
  padding: 30px 0;
  background: #ba2a17;
}

.foot .row {
  justify-content: space-between;
}

.foot .row>.box {
  height: 150px;
  background: #a72615;
  min-width: 375px;
  color: #fff;
  display: flex;
}

.foot .row>.box p {
  line-height: 3;
  font-size: 0.9em;
}

.foot .row>.box:nth-child(2) {
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}

.foot .row>.box:nth-child(3) {
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.foot .row>.box:nth-child(3)>div {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.foot .row>.box:nth-child(3)>div::after {
  content: '';
  height: 75px;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}

.foot .row>.box:nth-child(3)>div:last-child::after {
  display: none;
}

.foot .row>.box:nth-child(3)>div p {
  line-height: 2;
}

.mainBox .row {
  justify-content: space-between;
  align-items: center;
}

.mainBox .leftBar {
  display: flex;
  flex-direction: column;
  height: 400px;
  justify-content: space-between;
  align-items: center;
}

.mainBox .leftBar a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainBox .leftBar a img {
  width: 23px;
}

.mainBox .leftBar>span,
.mainBox .leftBar>a,
.part h5>span {
  width: 130px;
  /* height: 90px; */
  flex: 1;
  background: #f7f7f7;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 1em;
  color: #ba2a17;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: relative;
  transition: all .25s;
  cursor: pointer;
}

.mainBox .leftBar span>span,
.mainBox .leftBar>a>span.part h5>span>span {
  margin-top: 5px;
}

.mainBox .leftBar>span.active,
.mainBox .leftBar>a.active,
.part h5>span {
  color: #fff;
  background: #ba2a17;
}

.mainBox .leftBar>span.active::after,
.part h5>span::after,
.mainBox .leftBar>a.active::after {
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ba2a17;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.mainBox .right {
  width: calc(100% - 180px);
  min-height: 390px;
}

/* 公示公告 */
.right .note {
  width: 85px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #1a71ff;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.swiper-container1 .swiper-button-prev {
  left: auto;
  right: 50px;
}

.swiper-container1 .swiper-button-next,
.swiper-container1 .swiper-button-prev {
  width: 30px;
  height: 30px;
  background-size: 13px 22px;
  background-color: #e4e4e4;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.right .content {
  border-top: 1px solid #dddddd;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.right .content .leftPart {
  width: 460px;
  height: 310px;
}

.right .content .leftPart .swiper-slide,
.part .swiper-slide {
  position: relative;
}

.right .content .leftPart .swiper-slide p,
.part .swiper-slide p {
  position: absolute;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0px;
  padding-left: 15px;
  font-size: 0.8em;
}

.right .swiper-pagination,
.part .swiper-pagination {
  text-align: right;
}

.right .swiper-pagination .swiper-pagination-bullet,
.part .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .8;
}

.right .swiper-pagination .swiper-pagination-bullet-active,
.part .swiper-pagination .swiper-pagination-bullet-active {
  background: #ba2a17;
}

.right .content .rightPart {
  width: 515px;
  padding-left: 25px;
}

.right .content .rightPart .tabbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.right .content .rightPart .tabbar>span {
  flex: 1;
  text-align: center;
  color: #1a71ff;
  font-weight: bolder;
  position: relative;
  cursor: pointer;
}

.right .content .rightPart .tabbar>span::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 14px;
  background: #eeeeee;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.right .content .rightPart .tabbar>span:last-child::after {
  display: none;
}

.right .content .rightPart .tabbar>span.active {
  color: #ba2a17;
}

.right .content .rightPart ul {
  padding-left: 10px;
  display: none;
}

.right .content .rightPart ul#tab1 {
  display: block;
}

.right .content .rightPart ul li,
.part ul li {
  padding: 7px 0;
  border-bottom: 1px dashed #dadada;
  font-size: 15px;
  color: #333;
  position: relative;
}

.right .content .rightPart ul li::before,
.part ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background: #ba2a17;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);

}

.right .content .rightPart ul li::after,
.part ul li::after {
  content: '';
  display: block;
  clear: both;
}

.right .content .rightPart ul li:last-child,
.part ul li:last-child {
  border-bottom: none;
}

.right .content .rightPart ul li span,
.part ul li span {
  float: right;
  color: #acacac;
}

.part .row ul li p,
.right .content .rightPart ul li p {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.right .content .rightPart ul li p {
  width: 380px;
}

.right .content .rightPart ul li:hover {
  color: #a72615;
}

/*  图文列表页  */
.list_image,
.list_list {
  margin: 25px 0;
}

.list {
  flex-wrap: wrap;
}

.list .item {
  width: 270px;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.list .item:hover p {
  color: #a72615;

}

.list .item:hover .images img {
  transform: scale(1.05);
}

.list .item:nth-child(4n+1) {
  margin-left: 0px;
}

.list .item p {
  line-height: 1.2;
  color: #333;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list .item .images {
  width: 100%;
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

.list .item .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

/*----- 文章列表 ----*/
.listCont {
  width: 100%;
  height: 100%;
}

.listCont ul {
  padding: 0 18px;
}

.listCont ul>li>a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listCont ul>li>a span {
  font-size: 14px;
  color: #b3b3b3;
  width: 13%;
  text-align: right;
}

.listCont ul>li>a p {
  /* width: 700px; */
  width: 100% !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}

.listCont ul>li {
  border-bottom: 1px dashed #dadada;
  padding: 15px 20px 15px 35px;
  position: relative;
}

.listCont ul>li:last-child {
  border: none;
}

.listCont ul>li::after {
  content: '';
  display: block;
  clear: both;
}

.listCont ul>li::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_logo.png);
  background-size: 100% 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.listCont ul>li>a:hover p {
  color: #ba2a17;
}

/* 视频 */
.video .item .images::after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* transform: translate(-50%,-50%);
    width: 69px;
    height: 69px; */
  background-image: url(../images/video.png);
  background-size: 69px 69px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* 详情页 */
.detail {
  padding: 20px 100px;
}

.detail h5 {
  color: #333;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}

.detail_cont {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}

.detail_cont iframe {
  width: 100%;
  height: 500px;
}

.detail_cont p {
  font-size: 1em;
  color: #333;
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 15px;
}

.detail_foot>span:first-child {
  float: left;
}

.detail_foot>span:last-child {
  float: right;
}

.detail_foot>span:first-child span {
  color: #999;
  margin-right: 20px;
}

.detail_foot>span:last-child span {
  color: #999;
  margin-left: 20px;
}

.clear {
  clear: both;
}

.essay_jump {
  color: #333;
}

.essay_jump:hover {
  color: #cb5f51;
}

.essay_jump:first-of-type {
  margin-top: 15px;
}

/* 带跳转的详情页 */
.list_detail .row {
  justify-content: space-between;
  align-items: flex-start;
}

.list_detail .detail {
  width: 750px;
  padding: 40px 80px;
}

.list_detail .row>div:last-child {
  width: 410px;
}

.list_detail .list_part {
  background-image: url(../images/top_bg.jpg);
  background-size: 100% 74px;
  background-position: top;
  background-repeat: no-repeat;
  padding: 15px;
  margin-bottom: 30px;
}

.list_detail .list_part h5 {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}

.list_detail .list_part h5 a {
  font-size: .9em;
  float: right;
  font-weight: normal;
  opacity: .9;
}

.list_detail .list_part h5::before {
  content: '';
  position: absolute;
  height: 22px;
  width: 8px;
  background: #fff;
  left: 0%;
  top: 48%;
  transform: translateY(-50%);
}

.list_part ul {
  padding: 0;
  padding-top: 30px;
}

.list_part ul>li>a p {
  width: 100%;
}

/* 办公室 */
.bangongshi .listCont {
  color: #333;
}

.bangongshi .listCont li {
  border: none;
  padding: 5px 20px 5px 35px;
}

.bangongshi .row>div:first-child {
  width: 750px;
}

.part {
  margin-bottom: 25px;
}

.part h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.part h5>span {
  flex-direction: row;
  width: 130px;
  height: 40px;
  border-radius: 5px;
  padding-right: 5px;
}

.part h5>span>span {
  margin: 0;
}

.part h5 {
  border-bottom: 1px solid #dddddd;
  height: 40px;
}

.part h5 a {
  float: right;
  color: #ba2a17;
}

.part .row {
  padding: 20px 0;
}

.cont {
  padding: 20px 0 0px;
  color: #333;
}

/* 领导列表 */
.list_leader .leaderCont ul {
  width: 100%;
  padding: 0 18px;
  display: flex;
  flex-wrap: wrap;
}

.list_leader .leaderCont ul>li {
  width: 25%;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px dashed #dadada;
  border-bottom: 1px dashed #dadada;
  position: relative;
}

.list_leader .leaderCont ul>li::before {
  display: none;
}

.list_leader .leaderCont ul>li:nth-child(1) {
  width: 100%;
  flex-wrap: nowrap;
  border-top: none;
}

.list_leader .leaderCont ul>li:nth-child(n+2) {
  border-top: none;
}

/* .list_leader .leaderCont ul>li:nth-last-child(-n+3){border-bottom: none;} */
.list_leader .leaderCont ul>li:nth-child(1) a:nth-child(2) {
  display: block;
  padding: 10px;
  width: 80%;
}

/* .list_leader .leaderCont ul>li:nth-child(2){width: 100%;flex-wrap: nowrap;} */
.list_leader .leaderCont ul>li:nth-child(2) a:nth-child(2) {
  display: block;
  padding: 10px;
  width: 80%;
}

.list_leader .leaderCont ul>li:last-child {
  width: 100%;
  border-bottom: none;
  border-top: 1px dashed #dadada;
  flex-wrap: nowrap;
}

.list_leader .leaderCont ul>li:last-child a:nth-child(2) {
  display: block;
  padding: 10px;
  width: 80%;
}

.list_leader .leaderCont ul>li>a {
  display: block;
  padding: 10px;
  width: 222px;
}

.list_leader .leaderCont ul>li>a:nth-child(2):hover span {
  color: #ba2a17;
}

.list_leader .leaderCont ul>li>a:nth-child(2) {
  padding: 0 10px 10px 10px;
}

.list_leader .leaderCont ul>li>a>img {
  width: 202px;
  height: 269px;
}

.list_leader .leaderCont ul>li>a>span {
  color: #444;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.list_leader .leaderCont ul>li>a>span:nth-child(1) {
  font-size: 20px;
  font-weight: bolder;
  line-height: 38px;
}

/* 机构列表 */
.list_institution .list {
  padding: 10px;
  width: 100%;
}

.list_institution .list p {
  font-size: 18px;
  font-weight: bolder;
}

.list_institution .list p::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 20px;
  background: #ba2a17;
  position: relative;
  top: 6px;
  right: 10px;
}

.list_institution .list ul {
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #dadada;
}

.list_institution .list:last-child ul {
  border: none;
}

.list_institution .list ul li {
  font-size: 18px;
  cursor: pointer;
  color: #ba2a17;
  line-height: 30px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 10px 30px;
  border-radius: 10px;
  border: 1px solid #dedede;
  background-image: linear-gradient(to right, #ececec, #f9f8f8);
}

.list_institution .list ul li::before {
  display: none;
}

.list_institution .list ul li:hover {
  color: #fff;
  background: #ba2a17;
}

.list_institution .list ul li:active {
  color: #fff;
  background: #ba2a17;
}

/*  带菜单的列表页  */
.menuListBox .row {
  align-items: flex-start;
}

.menuListBox .menuList {
  width: 170px;
  display: flex;
  flex-direction: column;
}

.menuList a {
  min-width: 140px;
  height: 60px;
  background: #f7f7f7;
  color: #ba2a17;
  text-align: center;
  /* line-height: 60px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  padding: 0 10px;
}

.menuList a:hover,
.menuList a.active {
  background: #ba2a17;
  color: #fff;
}

.menuList a.active::after {
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ba2a17;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}

.menuListBox .listCont ul>li>a p {
  width: 530px;
}

.listImage {
  flex-wrap: wrap;
  width: 990px;
}

.listImage .item {
  width: 31.5%;
  margin-left: 2.5% !important;
}

.listImage .item:nth-child(3n+1) {
  margin: 0 !important;
}

/* 搜索结果页 */
.searchTop {
  position: relative;
  padding-left: 20px;
}

.searchTop::before {
  content: '';
  width: 10px;
  height: 22px;
  background: #ba2a17;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.searchRes {
  width: 750px;
}

.searchRes>h5 {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}

.searchResList li {
  padding: 20px 10px;
  color: #333;
  border-bottom: 1px solid #dddddd;
  line-height: 1.7;
}

.searchResList li p:last-child {
  color: #999;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
}

.searchResList li h6 {
  font-size: 1.1em;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}

.searchResList li h6::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/icon_logo.png);
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.searchResList li:hover h6 {
  color: #ba2a17;
}

.searchHead {
  background: #f1f1f1;
  margin: -24px -24px 0;
  padding-left: 34px;
  line-height: 64px;
}

.video .item {
  position: relative;
}

.index_video {
  justify-content: flex-start !important;
}

.index_video .item {
  width: 230px;
  margin-left: 10px;
}

.mainBox .row>.right {
  height: 400px;
  overflow-y: auto;
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}

#index1 {
  border: none;
  padding-top: 0px;
}

.rect {
  flex-direction: column;
}

.rect_part {
  position: relative;
  /* padding-left: 60px; */
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

/* .rect_part::before{
    content:attr(data-title);
    position: absolute;
    width: 38px;
    height: 285px;
    background-image: url(../images/rect_bg.png);
    background-size: 100% 100%;
    color: #fff;
    padding: 20px 10px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    left:0;
    top: 0;
} */
.rect_part .item {
  width: 115px;
  height: 130px;
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 15px;
  transition: all 0.4s;
  margin-left: 34px;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.rect_part .item>img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.rect_part .item>p {
  font-size: 0.8em;
  color: #333;
}

.rect_part .item:hover {
  transform: scale(1.05);
  border-color: #1a71ff;
}

.hover_erweima {
  position: absolute;
  width: 118px !important;
  height: 118px !important;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}

.rect_part .item:hover .hover_erweima {
  opacity: 1;
}

.imgActive {
  display: none;
}

.active img {
  display: none;
}

.active .imgActive {
  display: block;
}

.noteSwiper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot_title {
  text-align: center;
  background: #ffffff;
  padding: 15px 0;
  width: 100%;
  color: #c80000;
  margin: 0 auto;
}

table {
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  background: #fdfdfd;
  height: 50px;
  line-height: 200%;
  /* border-top: 5px solid #ffffff; */
}

table thead tr {
  background: #f8f8f8;
  height: 27px;
  color: #666666;
  margin: 10px 0;
}

table tr td,
table tr th {
  text-align: center;
  font-size: 14px;
}

.img-box {
  overflow: hidden;
}

.img-box .img1 {
  width: 21px;
  height: 100%;
  float: left;
  margin-left: 6px;
  background: url(../images/num.png) no-repeat center;
}

.img-box .img2 {
  width: 21px;
  float: left;
  height: 21px;
  margin: 5px 15px 0;
}

.img-box .img2 img {
  width: 100%;
  height: 100%;
}

.img-box .img3 {
  float: left;
}

.searchField input[type="submit"] {
  width: 100% !important;
}

/* 悬浮导航栏 */
.floatNav {
  width: 87px;
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.floatNav .navList {
  background-color: white;
  opacity: 0.8;
  box-shadow: 15px 0 15px -15px rgba(0, 0, 0, 0.5), -15px 0 15px -15px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 87px;
  padding: 30px 0;
  /* height: 513px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.navList .item {
  display: inherit;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
  cursor: pointer;
}

.navList .item a {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.activeItem {
  color: #ba2a17;
}

.floatNav .arrow {
  margin-top: 15px;
  cursor: pointer;
}

.floatNav .arrow_active {
  transform: rotate(180deg);
}

.selected {
  display: none;
}

.navList .item:nth-child(1) {
  position: relative;
}

.qrcode {
  position: absolute;
  left: -20px;
  top: 86px;
  transform: translateX(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ba2a17;
  width: 90px;
  height: 90px;
  z-index: 999999;
  background-color: #ccc;
}

.qrcode::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ba2a17;
  border-right: 1px solid #ba2a17;
  background-color: #ccc;
  transform: rotate(45deg) translateY(-50%);
  z-index: 999999;
}

.qrcode img {
  max-width: 100%;
}

.douyin {
  position: absolute;
  left: -20px;
  top: 160px;
  transform: translateX(-100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  width: 105px;
  height: 130px;
  border: 1px solid #ba2a17;
  background-color: #ccc;
}

.douyin::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ba2a17;
  border-right: 1px solid #ba2a17;
  background-color: #ccc;
  transform: rotate(45deg) translateY(-50%);
  z-index: 999999;
}

.douyin img {
  width: 90px;
}

/* 专题专栏 */
.brand {
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}

.brand a {
  /* width: 25%; */
}

/* 地图 */
#map {
  width: 100%;
  height: 100vh;
}

.mapMenu {
  position: fixed;
  left: 0;
  top: 160px;
  background: #fff;
  z-index: 9999;
  width: 250px;
}

.map_menu_title {
  height: 34px;
  background: #e70011;
  color: #fff;
  line-height: 34px;
  padding-left: 15px;
  font-weight: bold;
}

.mapMenu ul li {
  line-height: 48px;
  padding: 0 30px 0 15px;
  font-size: 15px;
  color: #444;
  cursor: pointer;
  /* white-space: nowrap; */
}

.mapMenu ul li.active {
  background: #dff2f9;
}

.map_menu_icon {
  width: 11px;
  height: 62px;
  border-radius: 1px;
  border: 1px solid #c9c9c9;
  border-left: 0;
  color: #888;
  line-height: 60px;
  background: #fff;
  position: absolute;
  right: -11px;
  top: 35%;
  cursor: pointer;
  z-index: 12;
}

.map_menu_icon::after {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #0099CC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mapMenu ul li>span {
  width: 28px;
  height: 28px;
  background: red;
  display: inline-block;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}

.mapMenu ul li>span:first-child {
  background: url(https://qlgh.sdgh.org.cn/labor-map/assets/images/picture/menu_first_01.png);
  background-size: contain;
}

.map_result {
  position: absolute;
  height: 100%;
  width: 240px;
  overflow-y: auto;
  top: 0;
  left: 100%;
  background: #fff;
  box-shadow: 0 0 5px #e0e0e0;
  /* width: 0; */
  transition: width 0.3s;
  overflow-x: hidden;
}

.map_result li {
  border-bottom: 1px solid #e5e5e5;
  width: 240px;
  height: 68px;
  line-height: 1.7 !important;
  display: flex;
  align-items: center;
}

.pplist {
  position: relative;
  display: flex;
}

.pplist ul {
  display: none;
  position: absolute;
  width: 600px;
  top: 100%;
  right: 0;
  justify-content: space-between;
  background: #fff;
  color: #222222;
  line-height: 55px;
  padding: 0 20px;
  opacity: 0.8;
  box-shadow: 0 0 5px #e0e0e0;
  font-size: 15px;
  /* flex-wrap: wrap; */
}

.pplist ul li:hover {
  color: #ba2a17;
}

.pplist:hover ul {
  display: flex;
}

/* ----------------- 移动端 -------------------*/
@media screen and (max-width: 1024px) {
  header {
    width: 100%;
    min-width: 1300px;
  }

  .banner {
    position: relative;
    width: 100%;
    min-width: 1300px;
  }

  .search {
    min-width: 1300px;
  }

  .link {
    width: 100%;
    min-width: 1300px;
  }

  .foot {
    width: 100%;
    min-width: 1300px;
  }
}